chore(deps): bump EF Core to 9.0.20 in every project - #154
Merged
Conversation
Dependabot opened eight overlapping PRs for this, each bumping a subset of the EF Core packages. Two of them could never pass: raising Microsoft.EntityFrameworkCore.Sqlite alone to 9.0.20 while Microsoft.EntityFrameworkCore.Relational stays on 9.0.19 is a package downgrade, and restore fails with NU1605. This moves every Microsoft.EntityFrameworkCore* reference in the library, the tests and the demo host to 9.0.20 together.
This was referenced Sep 13, 2026
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dependabot split the EF Core 9.0.20 patch across eight PRs (#138, #140, #141, #143, #144, #145, #146, #148), each bumping a different subset of the same package family.
Two of them are red and could never go green on their own. #143 and #148 raise
Microsoft.EntityFrameworkCore.Sqliteto 9.0.20 whileMicrosoft.EntityFrameworkCore.Relationalstays on 9.0.19, and Sqlite 9.0.20 depends on Relational 9.0.20, so restore fails withNU1605(package downgrade). Merging the green ones one at a time would conflict on the same lines anyway.This bumps every
Microsoft.EntityFrameworkCore*reference to 9.0.20 in one go:src/Escalated/Escalated.csproj: EntityFrameworkCore, Design, Relational, SqlServer, Sqlitetests/Escalated.Tests/Escalated.Tests.csproj: InMemory, Sqlitedocker/host-app/EscalatedDemoHost.csproj: DesignVerification
dotnet restore,dotnet buildanddotnet testlocally: 386 passed, 0 failed.I'll close the eight Dependabot PRs once this is merged.
https://claude.ai/code/session_01CpChRGTQrUiPqfamwzoidT